projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a759d4
)
(struct Lisp_Process): New member private_vars.
author
Kim F. Storm
<storm@cua.dk>
Sun, 12 Jan 2003 20:23:45 +0000
(20:23 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 12 Jan 2003 20:23:45 +0000
(20:23 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index 8dc0f1e72498ec5a1d14277bb088fa1fd1ecbde7..64559d1881004cdb4ed876052c71f4e1e1f21d08 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-60,6
+60,8
@@
struct Lisp_Process
/* t if this is a real child process.
For a net connection, it is a plist based on the arguments to make-network-process. */
Lisp_Object childp;
+ /* Plist for this process' private variables. */
+ Lisp_Object private_vars;
/* Marker set to end of last buffer-inserted output from this process */
Lisp_Object mark;
/* Non-nil means kill silently if Emacs is exited.